func github.com/gotd/td/telegram.dcSessionFromMTProto

3 uses

	github.com/gotd/td/telegram (current package)
		session.go#L102: 	sessionData := dcSessionFromMTProto(cfg.ThisDC, s)
		session.go#L128: 	c.storeDCSess(c.cdnSessions, dcSessionFromMTProto(cfg.ThisDC, s))
		session.go#L143: func dcSessionFromMTProto(dc int, s mtproto.Session) pool.Session {